Accusoft.BarcodeXpress.nodejs
Results Object

The Results object representing recognized barcode results returned by the analyze() method.

Properties

Property Type Description
area Object The bounding rectangular area of the recognized barcode. Returned in the form of { x:<int>, y:<int>, width:<int>, height:<int> }
type String The type of the recognized barcode.
value String The value of the recognized barcode.
confidence Integer (0-100) The confidence of the recognized barcode.
corners Array The four boundary points of the recognized barcode in the order Top Left, Top RIght, Bottom Right, Bottom Left. Each corner is in the form {x:<int>, y:<int>}.

Order of Results

Since multiple barcode results can be returned from a single scan, the detected barcode results will be sorted using the following criteria:

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback